'Declaration
<NotNullAttribute()> Public Overloads Function GetMessagingServiceProviders( _ ByVal ParamArray providerTypes() As MessagingServiceType _ ) As MessagingServiceProviderCollection
[NotNull()] public MessagingServiceProviderCollection GetMessagingServiceProviders( params MessagingServiceType[] providerTypes )
[NotNull()] public: MessagingServiceProviderCollection^ GetMessagingServiceProviders( ... array<MessagingServiceType>^ providerTypes )
Parameters
- providerTypes
- The types of providers to fetch. If no types are specified, all types are returned.